home *** CD-ROM | disk | FTP | other *** search
/ Celebration Sounds / Celebration Sounds.iso / pc / demos / demo308.dxr / Internal (lingo)_5.ls < prev    next >
Encoding:
Text File  |  1998-03-02  |  131 b   |  9 lines

  1. on exitFrame
  2.   global gMouseDownScript
  3.   if gMouseDownScript = 1 then
  4.     hGoBackToMEnu()
  5.   else
  6.     hWheretoGoNext()
  7.   end if
  8. end
  9.